ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetEvents Method / GetEvents(Attribute[]) Method
The attributes array.

In This Topic
    GetEvents(Attribute[]) Method
    In This Topic
    Gets the event descriptor collection for the specified custom attributes array.
    Syntax
    'Declaration
     
    Public Overloads Function GetEvents( _
       ByVal attributes() As Attribute _
    ) As EventDescriptorCollection
    public EventDescriptorCollection GetEvents( 
       Attribute[] attributes
    )

    Parameters

    attributes
    The attributes array.

    Return Value

    An System.ComponentModel.EventDescriptorCollection that represents the filtered events for this component instance.
    See Also